Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bail early if an unsupported doctype is passed to export_od() #486

Conversation

erlend-aasland
Copy link
Contributor

Fixes #485

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.82%. Comparing base (92a6e11) to head (5a49a95).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #486      +/-   ##
==========================================
- Coverage   67.84%   67.82%   -0.03%     
==========================================
  Files          26       26              
  Lines        3104     3105       +1     
  Branches      521      522       +1     
==========================================
  Hits         2106     2106              
  Misses        859      859              
- Partials      139      140       +1     
Files Coverage Δ
canopen/objectdictionary/__init__.py 82.67% <100.00%> (-0.28%) ⬇️

@sveinse
Copy link
Collaborator

sveinse commented Jul 3, 2024

Let's try squash and merge for real this time 💪

@sveinse sveinse merged commit cc37aee into christiansandberg:master Jul 3, 2024
1 check passed
@erlend-aasland erlend-aasland deleted the export-od-unsupported-doc-type branch July 3, 2024 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

An empty file is created if an unsupported doc type is passed to export_od()
4 participants